Check raw data and experimental conditions
Raw data
Innova
Shiny applications not supported in static R Markdown documents
VelociCalc
Shiny applications not supported in static R Markdown documents
Wind Sensor
Calculate u, v, and w (need
double-check)
(Please check if my understanding is correct or not.)
u and v use the data from the sensors
marked “h”, and w uses the data from the sensors marked
“v”. The equations for calculation u, v, and
w are as follows.
\[ u = WIMWV_{<3>} * \sin(\frac{WIMWV_{<1>} * \pi}{180}) \] \[ v = WIMWV_{<3>} * \cos(\frac{WIMWV_{<1>} * \pi}{180}) \] \[ w = -WIMWV_{<3>} * \cos(\frac{WIMWV_{<1>} * \pi}{180}) \]
Shiny applications not supported in static R Markdown documents